/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */    .navbar-default,
a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: 'Exo 2', 'Helvetica Neue', Arial, sans-serif;
    webkit-tap-highlight-color: #222
}

.btn,
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2', 'Helvetica Neue', Arial, sans-serif
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px
}

hr.light {
    border-color: #fff
}

a {
    transition: all .35s;
    color: #F05F40
}

a:focus,
a:hover {
    color: #eb3812
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

.bg-primary {
    background-color: #F05F40
}

.bg-dark {
    background-color: #222;
    color: #fff
}

.text-faded {
    color: rgba(255, 255, 255, .7);
      font-size:20px
}

section {
    padding: 100px 0
}

aside {
    padding: 50px 0
}

.no-padding {
    padding: 0
}

.navbar-default {
    background-color: #fff;
    border-color: rgba(34, 34, 34, .05);
    transition: all .35s
}

.btn-default,
.portfolio-box .portfolio-box-caption {
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}

.navbar-default .navbar-header .navbar-brand {
    color: #F05F40;
    font-weight: 700;
    text-transform: uppercase
}

.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
    color: #eb3812
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222;
    text-transform: uppercase
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222
}

.navbar-default .nav>li>a:focus:hover,
.navbar-default .nav>li>a:hover {
    color: #F05F40
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #F05F40!important;
    background-color: transparent
}

.navbar-default .nav>li.active>a:focus:hover,
.navbar-default .nav>li.active>a:hover {
    background-color: transparent
}

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        border-color: rgba(255, 255, 255, .3)
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .navbar-header .navbar-brand:focus,
    .navbar-default .navbar-header .navbar-brand:hover {
        color: #fff
    }
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7)
    }
    .navbar-default .nav>li>a:focus:hover,
    .navbar-default .nav>li>a:hover {
        color: #fff
    }
    .navbar-default.affix {
        background: #fff url(../img/carz.png);
        border-color: rgba(34, 34, 34, .05)
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #F05F40;
        /*font-size: 14px*/
    }
    .navbar-default.affix .navbar-header .navbar-brand:focus,
    .navbar-default.affix .navbar-header .navbar-brand:hover {
        color: #eb3812
    }
	.navbar-default.affix .nav>li>a,
        .navbar-default.affix .nav>li>a:focus {
            color: #222
        }
        .navbar-default.affix .nav>li>a:focus:hover,
        .navbar-default.affix .nav>li>a:hover {
            color: #F05F40
        }
    }
    header {
        min-height: auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-image: url(../img/header1.jpg);
        color: #fff
    }
    header .header-content {
        padding: 100px 15px
    }
    header .header-content .header-content-inner h1 {
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 25px
    }
    header .header-content .header-content-inner h1 span {
        font-size: 30px
     }
    header .header-content .header-content-inner hr {
        margin: 30px auto
    }
    header .header-content .header-content-inner p {
        font-weight: 500;
        color: #fff;
        font-size: 19px;
        margin-bottom: 50px
    }
header .header-content .header-content-inner .header-list {
  font-size: 22px;
  list-style: none;
  padding-inline-start: 0
}
header .header-content .header-content-inner .header-list li:before {
    content:  "\2705";
    position: relative;
    left:     -5px;
    font-size: 17px
}
    header .header-content-inner .btn .fas,
    header .header-content-inner .btn .fab {
        font-size:17px
    }
    @media(max-width:425px) {
        header .header-content-inner .btn-primary:nth-last-child(2) {
            margin:1rem;
        }
    }
    @media (min-width:768px) {
        header {
            min-height: 100%
        }
        header .header-content {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 50px
        }
        header .header-content .header-content-inner {
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto
        }
        header .header-content-inner .btn-primary:nth-last-child(2) {
            margin-left:1rem;
            margin-right:1rem;
        }
        header .header-content .header-content-inner h1 {
            font-size: 40px
        }

        header .header-content .header-content-inner h1 em {
            font-style: normal;
            color:#16c60c;
        }

        header .header-content .header-content-inner h1 span {
            font-size: 75px
        }
        header .header-content .header-content-inner p {
            font-size: 22px;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto
        }
    }
    .section-heading {
        margin-top: 0
    }
    .service-box {
        max-width: 400px;
        margin: 50px auto 0
    }
    .header-contacts {
	    color: #f1f1f1;
	    font-weight: 700;
	    font-size: 17px;
	    padding-top: 15px;
        padding-bottom: 15px;
	    line-height: normal;
	    text-align: center
    }
    .header-contacts.time-work div {
        background:#27ba00;
        border-radius:4px
    }
    .navbar-default.affix .header-contacts {
    	color: #F05F40;
    }
    .navbar-default.affix .header-contacts.time-work {
        color: #f1f1f1;
    }
    @media (min-width:992px) {
        .service-box {
            margin: 20px auto 0
        }
    }
    .service-box p {
        margin-bottom: 0
    }
    .portfolio-box {
        position: relative;
        display: block;
        max-width: 650px;
        margin: 0 auto
    }
    .portfolio-box .portfolio-box-caption {
        color: #fff;
        opacity: 0;
        display: block;
        background: rgba(240, 95, 64, .9);
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        transition: all .35s
    }
    .btn-default.active,
    .btn-default:active,
    .btn-primary.active,
    .btn-primary:active,
    .open>.dropdown-toggle.btn-default,
    .open>.dropdown-toggle.btn-primary {
        background-image: none
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-family: 'Exo 2', 'Helvetica Neue', Arial, sans-serif;
        padding: 0 15px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px
    }
    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1
    }
    .portfolio-box:focus {
        outline: 0
    }
    @media (min-width:768px) {
        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
            font-size: 16px
        }
        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
            font-size: 22px
        }
    }

#process{background:#F05F40;}

#extra .section-heading {    font-size: 5rem;
    font-weight: 900;}

#extra .section-heading span {color:#f05f40;}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #E689B0;
}

.timeline>li .timeline-image.i-one {background-color: #9C2C15}
.timeline>li .timeline-image.i-two {background-color: #9C5B15}
.timeline>li .timeline-image.i-three {background-color: #851242}
.timeline>li .timeline-image.i-four {background-color: #0F7134}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#fff !important;
    font-size: 1.35em;
}

@media (max-width:768px) {
    .timeline .timeline-body>ul {
        font-size: 14.5px;
    }
    .xs-column-2{
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
}

@media (max-width:414px) {
    .timeline .timeline-body>ul {
        font-size: 1.25em;
        padding-inline-start:20px;
    }
}

@media (max-width:375px) {
    .timeline .timeline-body>ul {
        font-size: 1.05em;
    }
}


@media (max-width:320px) {
    .timeline>li .timeline-panel,
    .timeline>li.timeline-inverted>.timeline-panel{
        padding: 0 20px 20px 90px;
    }
    .timeline .timeline-body>ul {
        font-size: .96em;
        padding-inline-start:5px;
    }
}

@media(min-width:768px) {
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
@media(max-width:768px) {
    .call-to-action .ajax_form {
        padding:1.25rem;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
    .call-to-action h2 {
        margin: 0 auto 20px
    }
    .text-primary {
        color: #F05F40
    }
    .no-gutter>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
    .btn-default {
        color: #222;
        background-color: #fff;
        border-color: #fff;
        transition: all .35s
    }
    .btn-default.active,
    .btn-default.focus,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover,
    .open>.dropdown-toggle.btn-default {
        color: #222;
        background-color: #f2f2f2;
        border-color: #ededed
    }
    .btn-default.disabled,
    .btn-default.disabled.active,
    .btn-default.disabled.focus,
    .btn-default.disabled:active,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled],
    .btn-default[disabled].active,
    .btn-default[disabled].focus,
    .btn-default[disabled]:active,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #fff
    }
    .btn-default .badge {
        color: #fff;
        background-color: #222
    }
    .btn-primary {
        color: #fff;
        background-color: #F05F40;
        border-color: #F05F40;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s
    }
    .btn-primary.viber{
    background-color:#7360f2
}
    .btn-primary.viber:hover{
    background-color:#311F9D
}
    .btn-primary.active,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    .open>.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #ee4b28;
        border-color: #ed431f
    }
    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #F05F40;
        border-color: #F05F40
    }
    .btn-primary .badge {
        color: #F05F40;
        background-color: #fff
    }
    .btn {
        border: none;
        border-radius: 300px;
        font-weight: 700;
        text-transform: uppercase
    }
    .btn-xl {
        padding: 15px 30px
    }
    ::-moz-selection {
        color: #fff;
        text-shadow: none;
        background: #222
    }
    ::selection {
        color: #fff;
        text-shadow: none;
        background: #222
    }
    img::selection {
        color: #fff;
        background: 0 0
    }
    img::-moz-selection {
        color: #fff;
        background: 0 0
    }
.text-inverted {color:#fff;}

.res-mes {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}
.res-mes-container {
    position: relative;
}

#form_result_message {
    max-width: 50%;
    border: 5px solid rgba(255, 255, 255, .5);
    background-color: #f3efeb;
    text-align: center;
    padding: 10px;
    margin: 70px auto 0;
    font-size: 23px;
}

.res-mes .close-modal {
    position: absolute;
    top: 0;
    right: 75px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.res-mes .close-modal:hover {
    opacity: .6;
}

.res-mes .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.res-mes .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#contact p {
    color:#F05F40;
}

#contact p, #contact a {
    font-size:18px;
    font-weight:600;
}

.request-modal .form-control::placeholder {
    font-size:12px
}

.timeline .steps {
    margin-top:3rem
}

.steps .step-heading h4{
    margin-top:0;
}

.step-image {
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    margin: auto;
    width: 150px;
    height: 150px;
}

.step-image img {
    margin:2.25rem auto;
}

.step-content {
    color:#fff;
    font-size:1.3em;
}

.step-content p {
    font-size:1.3em;
    margin-bottom:10px;
}

.step-content ul {
    font-size:16px;
}

.step_1 .step-image {background-color:#9C2C15}
.step_2 .step-image {background-color:#9C5B15}
.step_3 .step-image {background-color:#851242}
.step_4 .step-image {background-color:#0F7134}
.step_5 .step-image {background-color:#E689B0}

.step_5 .step-image h4 {
    font-size: 26px;
    line-height: 26px;
    margin:29px 0;
}

.header-content-inner .header-content-phone .fa-phone-alt {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
        transition:.3s;
        transition: .5s ease-in-out;
}

.maps h2 {
  margin-bottom: 2em;
}
 .column-3{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.column-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count:2;
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@media (max-width:414px) {
    .header-contacts.time-work {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.scrollup {
    position: fixed;
    color: #fff;
    background-color: #F05F40;
    right: 20px;
    bottom: 10px;
    padding: 4px 10px;
    font-size: 30px;
    border-radius: 35px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 1;
}


.mobile-contacts {
    display:none;
    color: #21aa5b;
    font-size: 17px;
    animation:blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@media (max-width:414px) {
    .navbar-brand {
        font-size:17px;
        height: 100%;
    }
    .mobile-contacts {
        display: block;
    }
}

@media (max-width:360px) {
    .navbar-brand, .mobile-contacts {
        font-size:16px;
    }
}

@media (max-width:320px) {
    .navbar-brand, .mobile-contacts {
        font-size:14px;
    }
}
